hip.hiprenderer.backend.gl.glrenderer

Undocumented in source.

Public Imports

gles.gl30
public import gles.gl30;
Undocumented in source.
gles
public import gles; via public import gles;
Undocumented in source.
gles
public import gles;
Undocumented in source.
bindbc.opengl
public import bindbc.opengl;
Undocumented in source.

Members

Classes

Hip_GL3Renderer
class Hip_GL3Renderer

Those functions here present are fairly inneficient as there is not batch ocurring, as I don't understand how to implement it right now, I'll mantain those functions for having static access to drawing

Functions

fromHipStencilFunc
GLenum fromHipStencilFunc(HipStencilTestingFunction fn)
Undocumented in source. Be warned that the author may not have intended to support it.
fromHipStencilOperation
GLenum fromHipStencilOperation(HipStencilOperation op)
Undocumented in source. Be warned that the author may not have intended to support it.
glCall
auto glCall(T delegate() dg, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta